home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 March: Reference Library / Dev.CD Mar 97 RL.toast / mac / Technical Documentation / Macintosh Technical Notes / technotes / tn / 1076_MsgTest.hqx / MsgTest / MacMsgTest / MsgUtil.h < prev   
Encoding:
Text File  |  1996-08-01  |  533 b   |  19 lines

  1. // •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  2. // MsgUtil.h
  3. // 
  4. // July 31, 1996
  5. // By Ben Manuto
  6. // 
  7. // © 1995-1996 by Apple Computer, Inc., all rights reserved.
  8. //
  9. // •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
  10.  
  11.  
  12.  
  13. UInt16 InitMessageSupport(void);
  14. SInt16 RegisterMessage(UInt32 selector, UInt32 count);
  15. UInt16 InstallMsgHandler(MsgRecElemPtr msgRecElemPtr);
  16. UInt16 RemoveMsgHandler(MsgRecElemPtr msgRecElemPtr);
  17. UInt16 SendMessage(MsgPBlkPtr msgPBlkPtr);
  18.  
  19.